const runtime._SEGV_ACCERR
2 uses
runtime (current package)
defs_linux_amd64.go#L83: _SEGV_ACCERR = 0x2
signal_unix.go#L924: if (gp.sigcode0 == 0 || gp.sigcode0 == _SEGV_MAPERR || gp.sigcode0 == _SEGV_ACCERR) && gp.sigcode1 < 0x1000 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)